home *** CD-ROM | disk | FTP | other *** search
/ Mac OS on the PowerPC Mic…rocessor - In Store Demo / Mac OS on the PowerPC Microprocessor.iso / MacOS / MacOS.dxr / 00075.ls < prev    next >
Encoding:
Text File  |  1996-05-13  |  168 b   |  12 lines

  1. global gstartupflag
  2.  
  3. on mouseDown
  4.   pushBtn()
  5.   if rollOver(16) then
  6.     pausethemoov()
  7.     disposethemoov()
  8.     set gstartupflag to 1
  9.     go("IndexMode")
  10.   end if
  11. end
  12.